ASCII Character
The ASCII Character command returns the ASCII character associated with a specified number. It is one of several commands provided by the String Commands scripting addition.SYNTAX
ASCII character integerPARAMETER
- integer
- An expression that evaluates to an integer between 1 and 255.
Class: IntegerRESULT
The character that corresponds to the specified ASCII number.EXAMPLES
ASCII character 100 --result: "d"ASCII character 101 --result: "e"ERRORS